specifies the tooltip over a day cell containing some scheduled event(s)
start | Date | the date when an event is scheduled to begin |
end | Date | the date when an event is scheduled to be completed |
event | object | the event object |
Available only in PRO Edition
scheduler.templates.timeline_tooltip = function(start,end,event){
return event.text;
};
The template requires the timeline plugin to be activated.